Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hash integer length #6895

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Fix hash integer length #6895

merged 3 commits into from
Feb 21, 2024

Conversation

fantix
Copy link
Member

@fantix fantix commented Feb 20, 2024

This fixes the CI failure in the CLI repo. It only failed in the CLI repo because it's still using the Parse + Execute flow (instead of single Execute) in migration and other places. Since we merged the new compilation request serialization, the Python hash of a UUID has higher chance to be greater than 32-bit integer, and reveal this issue.

  • Add a test

@fantix fantix requested a review from elprans February 20, 2024 23:14
@fantix fantix merged commit 11b18f1 into master Feb 21, 2024
23 of 24 checks passed
@fantix fantix deleted the fix-hash-length branch February 21, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants